home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20021006-20030409
/
000173_fdc@columbia.edu_Tue Dec 10 09:45:04 EST 2002.msg
< prev
next >
Wrap
Text File
|
2003-04-08
|
2KB
|
43 lines
Article: 13954 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Interesting behavior of IKSD "set receive move-to" and "set send
move-to"
Date: 10 Dec 2002 09:44:38 -0500
Organization: Columbia University
Lines: 25
Message-ID: <at4ukm$d7p$1@watsol.cc.columbia.edu>
References: <at3dls$4p$1@cpimail.cpicorp.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1039531479 3905 128.59.39.139 (10 Dec 2002 14:44:39 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 10 Dec 2002 14:44:39 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13954
In article <at3dls$4p$1@cpimail.cpicorp.com>,
Derek Chen-Becker <dbecker@cpicorp.com> wrote:
: I'm working on a transfer script in which I'd like to use the
: move-to features of send and receive on the IKSD side of the connection
: and I've noticed some very interesting behavior. I have the following
: directory structure on my IKSD server account home directory:
: ...
: As soon as I removed those two directories, files I send
: stay in ~/ct/incoming and files I receive stay in ~/ct/outgoing. This is
: not the behavior I expected. Have I found a bug, or is something else
: going on here?
:
A typo. In the first case you spelled "ct" right. In the second case,
you spelled it "cr". From your first log:
zchdir[ct]
proto xferstat[]=1
>From your second log:
zchdir[cr]
cwd failed[cr]
proto xferstat[Can't change directory]=0
- Frank